home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / interface.swf / scripts / DefineButton2_425 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-17  |  342 b   |  8 lines

  1. on(release){
  2.    _root.interfaceholder.s1 = _root.interfaceholder.s1 * 1 + 5;
  3.    _root.interfaceholder.s2 = _root.interfaceholder.s2 * 1 + 5;
  4.    _root.interfaceholder.s3 = _root.interfaceholder.s3 * 1 + 5;
  5.    _root.interfaceholder.s4 = _root.interfaceholder.s4 * 1 + 5;
  6.    _root.interfaceholder.s5 = _root.interfaceholder.s5 * 1 + 5;
  7. }
  8.